- saveAsEventLog(String) - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
Opens a "Save As" dialog to ask the user to decide where to save the content of
the selected
EventLogEditor
editor (that is inside the
contentArea
),
then it tries to save the content in the selected file (.XES, .CSV or .TXT extensions available).
- saveAsEventLog(String) - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Opens a "Save As" dialog to ask the user to decide where to save the content of
the
EventLogEditor
editor (the one selected inside the
contentArea
),
then it tries to save the content in the selected file.
- saveEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EditorManager
-
Saves the content of the selected
EventLogEditor
editor (that is inside
the
contentArea
)
in its own file, if an editor is selected.
- saveEventLog() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Saves the content of the
EventLogEditor
editor (the one selected inside
the
contentArea
)
in its own file, if an editor is selected.
- SchemaFactoryErrorHandler() - Constructor for class unipi.bpm.elm.santeramo.controller.AnalysisManager.SchemaFactoryErrorHandler
-
- selectedClassifier - Variable in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
The XEventClassifier
selected for the analysis.
- selectSize(Dimension, Dimension) - Method in class unipi.bpm.elm.santeramo.view.OneRowFlowLayout
-
This method returns a new dimension built with the smallest width and height
of the two dimensions passed as parameters.
- serialize(XLog, OutputStream) - Method in class unipi.bpm.elm.santeramo.controller.XesCsvSerializer
-
Serialises a given log to the given output stream in CSV format.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.model.EventLogManagerModel.MostRecentElementList
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.CustomDesktopManager
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.FilterPanel
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.FooterAreaButton
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.MenuAreaButton
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
Auto-Generated Serial Version UID for this class.
- serialVersionUID - Static variable in class unipi.bpm.elm.santeramo.view.OneRowFlowLayout
-
Auto-Generated Serial Version UID for this class.
- setAbsolutePath(String) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method sets the value of the
EventLogEditor.absolutePath
variable, that specifies
the absolute path of the file associated with this editor.
- setAbsolutePath(String) - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- setBusyState(boolean) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Switches the Operative System cursor icon between DEFAULT
and WAIT
, depending on the value passed as parameter
(true
to express the busy state of the application,
false
to switch back to the default state).
- setClassifiers(Collection<XEventClassifier>) - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Sets the Collection
of the registered XEventClassifier
for the associated log.
- setComplete(boolean) - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Sets the filter as complete or incomplete, depending on the value the passed parameter,
modifying the value of the
FootprintFilter.complete
variable.
- setConfigValue(String, String, String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Sets the value of the passed key that resides inside
the configuration file defined by the id passed as parameter,
using the value string.
- setContentExported(boolean) - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- setContentModified(boolean) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- setContentValidated(boolean) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- setDefaultFontSize() - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- setEndEvents(HashMap<String, Boolean>) - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Sets the HashMap
containing all the possible end events
(recorded by name) for the considered log with an associated boolean value that represents
if the end event has been selected or not for the analysis.
- setEventTimestampDistance(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Sets the distance between generated event time-stamp (in seconds)
in the elm.txt configuration file using the value passed as parameter.
- setFilterDialog(JDialog) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method sets the filterDialog
value, using the passed JDialog
.
- setFontSize(int) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
- setFootprintFilters(ActionListener) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager
-
This method gets the selected internal frame and, if it is an EventLogEditor
,
it checks its FootprintFilter
to ensure it is complete (and if it is not, the
method asks the user if it wants or not to update the filter).
- setFootprintFilters() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Shows a filters dialog associated with the
EventLogEditor
editor
(the selected one inside the
contentArea
).
- setMinTraceOccurrences(int) - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Sets the minimum number of occurrence for a trace to be considered during the analysis.
- setMoreButton() - Method in class unipi.bpm.elm.santeramo.view.MenuAreaTabLayout
-
Sets the graphic details of the pop-up menu panel and add it to the pop-up menu
of the More button.
- setRecentListNumber(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Sets the recent list number of documents in the elm.txt configuration file
using the value passed as parameter.
- setSelected(boolean) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Selects or not the internal frame if it's showing.
- setSelectedClassifier(XEventClassifier) - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Sets the XEventClassifier
to use for the log analysis.
- setStandardListeners() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Adds to the standard components of the View the respective listeners
- setStartEvents(HashMap<String, Boolean>) - Method in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
Sets the HashMap
containing all the possible start events
(recorded by name) for the considered log with an associated boolean value that represents
if the start event has been selected or not for the analysis.
- setTextAreaContent(Reader) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
This method sets the content of the
RSyntaxTextArea
EventLogEditor.textArea
using the
passed
Reader
as source for the content.
- setTextAreaContent(String) - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- settingsActionListener - Variable in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
This object, instance of the inner class
SettingsActionListener
,
will be the
ActionListener
for all the dialogs that are created to
show and manage the application settings.
- SettingsActionListener() - Constructor for class unipi.bpm.elm.santeramo.controller.EventLogManagerController.SettingsActionListener
-
- setVisible(boolean) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Makes the component visible or invisible.
- setXesExtSchemaLocal(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Sets the XESEXT Schema local path stored in the xes.txt config file
using the value passed as parameter.
- setXesExtSchemaUrl(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Sets the XESEXT Schema URL stored in the xes.txt config file
using the value passed as parameter.
- setXesLogs(Collection<XLog>) - Method in class unipi.bpm.elm.santeramo.view.EventLogEditor
-
Sets the
Collection
of
XLog
associated with this editor
content and represented by the
EventLogEditor.xesLogs
variable.
- setXesSchemaLocal(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Sets the XES Schema local path stored in the xes.txt config file
using the value passed as parameter.
- setXesSchemaUrl(String) - Method in class unipi.bpm.elm.santeramo.model.EventLogManagerModel
-
Sets the XES Schema URL stored in the xes.txt config file
using the value passed as parameter.
- setXHTML(String) - Method in class unipi.bpm.elm.santeramo.view.FootprintMatrixInfo
-
- showAbout() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Shows the application credits (About).
- showAbout() - Method in class unipi.bpm.elm.santeramo.controller.InfoManager
-
This method opens the application credits (About).
- showDialog(String, Container, boolean) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Shows a non-modal dialog with the passed title and that contains the passed content pane.
- showErrorMessage(String) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
This method displays the passed error message string in a dialog on the application frame.
- showFileSelectionDialog(String, String, FileFilter...) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
This method shows a dialog for selecting a file.
- showInfoMessage(String) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
This method displays the passed info message string in a dialog on the application frame.
- showOptionDialog(Object, String, int, Object[], Object) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Opens a dialog that displays the passed message and then makes the user
decides between an array of options.
- showPopup(JButton, List<String>, ActionListener) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Shows a pop-up menu connected with the passed JButton
, using as names for the items
the ones that are inside the List
and adding to them the passed ActionListener
.
- showSettings() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Shows the application settings to manage all the available values
for the application, the EventLogEditor
and the XES Standard.
- showSettings(ActionListener) - Method in class unipi.bpm.elm.santeramo.controller.InfoManager
-
This method creates a settings panel where to show the editable settings
and were the user can change them, applying the edits, or resets them,
restoring their default values.
- showWarningMessage(String) - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
This method displays the passed warning message string in a dialog on the application frame.
- start() - Method in class unipi.bpm.elm.santeramo.controller.EventLogManagerController
-
Starts the application by calling the
start()
method of the View to show the GUI to the user
- start() - Method in class unipi.bpm.elm.santeramo.view.EventLogManagerView
-
Starts the GUI by setting its main JFrame
frame visible.
- startElement(String, String, String, Attributes) - Method in class unipi.bpm.elm.santeramo.controller.AnalysisManager.ParserContentHandler
-
Receive notification of the start of an element.
- startEvents - Variable in class unipi.bpm.elm.santeramo.view.FilterPanel
-
The HashMap
that contains all the possible start events
and their selection.
- startEvents - Variable in class unipi.bpm.elm.santeramo.view.FootprintFilter
-
This map contains all the possible start events (recorded by
name) for the considered log and an associated boolean value
that represents if the start event has been selected or not
for the analysis.